-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show available updates in Dashboard #4828
Show available updates in Dashboard #4828
Conversation
7faeb90
to
92af5c3
Compare
@@ -110,6 +114,11 @@ type State = { | |||
versionToDeploy: Version | null; | |||
viewLogsErrMsg: string; | |||
yamlErrorDetails: string[]; | |||
upgradeService: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's no upgrade service here though, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see a lot of duplicate logic from the available update row in the version history page. wonder if we can reuse some of that.
92af5c3
to
2b62c65
Compare
What this PR does / why we need it:
https://app.shortcut.com/replicated/story/108146/show-on-the-dashboard-that-there-are-newly-available-versions#activity-110729
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Steps to reproduce
Does this PR introduce a user-facing change?
Does this PR require documentation?